Welcome![Sign In][Sign Up]
Location:
Search - FIR filter

Search list

[VHDL-FPGA-VerilogFiltroDSP

Description: This sources implement a 8-bit FIR Filter with selectable coefficent rom.
Platform: | Size: 1587200 | Author: Jose | Hits:

[OtherFIR

Description: 基于FPGA的FIR滤波器实现,含全部不源代码-FPGA-based FIR filter, including all non-source code
Platform: | Size: 8192 | Author: 邱林凤 | Hits:

[DSP programDSP-FIR-Filter

Description: 用DSP仿真实现FIR滤波器,整个工程文件齐全-DSP simulation of FIR filters, including the entire project file
Platform: | Size: 2048 | Author: Yolanda | Hits:

[Mathimatics-Numerical algorithmsFIR_filter

Description: FIR filter with weight function
Platform: | Size: 1024 | Author: montes | Hits:

[DSP programLab0603-fir

Description: 基于TMS320VC5509的的FIR滤波-Based on the FIR filter of the TMS320VC5509
Platform: | Size: 48128 | Author: 得十分 | Hits:

[VHDL-FPGA-VerilogFIR

Description: 用verilog设计的FIR滤波器。滤波器需要很快的处理速度,所以采用了wallace树算法,超前进位加法器-The FIR filter is designed with verilog. To improve the process speed, wallace tree and fast-carrylook-aheadarithmetic were used.
Platform: | Size: 324608 | Author: simeon chan | Hits:

[Software EngineeringFPGAFIR

Description: FPGA-based high-order FIR filter design
Platform: | Size: 4537344 | Author: 玉玲 | Hits:

[VHDL-FPGA-Verilogbeta

Description: Fir verilog code implemented to find out the output of fir filter
Platform: | Size: 1024 | Author: dheeru | Hits:

[matlabFIR

Description: 基于MATLAB的FIR滤波器设计与滤波-MATLAB-based FIR filter design and filtering
Platform: | Size: 57344 | Author: she | Hits:

[VC/MFCFir-f

Description: C语言写的一个FIR滤波器实现算法,效果与速度都不错-A C language algorithm for FIR filter, the effect and speed are good
Platform: | Size: 2048 | Author: feelwindy | Hits:

[Special EffectsFIRFilter

Description: 利用FIR 滤波器对图像进行采样,平滑。使用vc++ 6.0 和 opencv-using FIR filter to sample and smooth the image, based on VC++ 6.0 and openCV
Platform: | Size: 271360 | Author: shaohu | Hits:

[VHDL-FPGA-Verilogvhdl

Description: FIR滤波器的性能参数 设计一个滤波器最基本的就是性能参数的,决定着滤波器的实际功能.比如阶数,截至频率。 本文滤波器设计参数 ①输入,输出数据宽度10位 ②阶数为4阶的线性相位FIR滤波器, ③类型:带通 -FIR filter performance parameters The design of a filter is the most basic performance parameters, determines the actual filter function. For example, the order, as the frequency. In this paper, filter design parameters ① input and output data width of 10 ② order for the 4 order of the linear phase FIR filter, ③ Type: Band Pass
Platform: | Size: 3072 | Author: bobo | Hits:

[OtherPractical_FIR_Filter_Design_in_MATLAB

Description: FIR filter design in matlab: 里边有精彩的实例 -FIR filter design in matlab
Platform: | Size: 882688 | Author: Forest | Hits:

[ARM-PowerPC-ColdFire-MIPSFir

Description: 基于TMS320F2812的FIR数字滤波器-FIR filter for F2812
Platform: | Size: 55296 | Author: shenh | Hits:

[matlabFIR

Description: 用窗函数法设计一个长度N等于8的线性相位FIR滤波器。其理想的幅频特性为 分别用矩形窗、Hanning窗、Hamming窗、Blackman窗、Kaiser窗(b=8.5)设计该滤波器。 -Window function method used to design a length N equal to 8 the linear phase FIR filter. Its ideal amplitude-frequency characteristics of rectangular windows, respectively, Hanning window, Hamming window, Blackman window, Kaiser window (b = 8.5) the design of the filter.
Platform: | Size: 79872 | Author: zhangfei | Hits:

[DSP programfir

Description: This an examples of fir filter implemented in SystemC.-This is an examples of fir filter implemented in SystemC.
Platform: | Size: 17408 | Author: Rachel Zhang | Hits:

[VHDL-FPGA-Verilog65jie

Description: 串并FIR滤波器设计:并行FIR滤波器具有速度快、容易设计的特点,但是要占用大量的资源。在多阶数的亚高频系统设计中,使用并行结构并不合算,但亚高频系统需要较高的处理速度,而串行架构往往达不到要求,因此,结合串并这两种设计方法的长处,在使用较少的硬件资源的同时实现了较高的处理速度,这里说明一种65阶八路并行、支路串行FIR滤波器的设计(实际使用了1个乘法器,8个乘累加器,一个累加器)。-String and FIR filter design: parallel FIR filter with a fast, easy design features, but I want to use up a lot of resources. In a multi-order high-frequency sub-system design, the use of parallel structures and uneconomical, but the high frequency sub-system requires a higher processing speed, and the serial structure often fail, therefore, combines both the design of string and method' s strengths, using less hardware resources to achieve a high processing speed of 65 bands here that a parallel eight-way, slip serial FIR filter design (the actual use of a multiplier, 8 by accumulator, an accumulator).
Platform: | Size: 12288 | Author: 南才北往 | Hits:

[Windows Developfir

Description: c语言实现的FIR滤波器,用户输入FIR滤波器的参数。-c language of the FIR filter, FIR filter user input parameters.
Platform: | Size: 206848 | Author: wangzhen | Hits:

[Embeded-SCM Developfir

Description: 使用verilog语言实现的fir滤波器,使用了内部的触发器资源,优化。-Verilog language used to achieve the fir filter, the use of internal resources of the flip-flop, and optimize.
Platform: | Size: 1024 | Author: liang jianbing | Hits:

[VC/MFCfir_matlab

Description: 本人手写的matlab平台fir滤波程序,采用类c语言风格,很容易移植到c平台,输入输出采用文件结构,线性缓冲区法实现,方便理解数字fir滤波-I hand-fir filter matlab platform procedure for the type of c-style language, it is easy to migrate to c platform file structure using input-output, linear buffer method to facilitate the understanding of the number of fir filter
Platform: | Size: 1024 | Author: 常迪 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net